home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2004 July
/
APC0407D2.iso
/
workshop
/
onlineco
/
files
/
ImageMagick-6.0.1-Q16-windows-dll.exe
/
{app}
/
include
/
magick
/
stream.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2004-02-27
|
429 b
|
22 lines
/*
ImageMagick Image Stream Methods.
*/
#ifndef _MAGICK_STREAM_H
#define _MAGICK_STREAM_H
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif
extern MagickExport Image
*ReadStream(const ImageInfo *,StreamHandler,ExceptionInfo *);
extern MagickExport unsigned int
WriteStream(const ImageInfo *,Image *,StreamHandler);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
#endif